home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / compulse.swf / scripts / DefineSprite_280 / frame_1 / DoAction.as
Encoding:
Text File  |  2013-04-24  |  80 b   |  5 lines

  1. onEnterFrame = function()
  2. {
  3.    this._rotation += _root.ringSpeed * 1.75;
  4. };
  5.